h1,h2,h3,h3,h4,h5,h6{font-weight: normal;}
/*
body{font-family:"微软雅黑","Microsoft Yahei";}
*/
/* 公用 */
/*
.g-txt{text-align: center;margin-bottom: 40px;position: relative;z-index: 2;font-family: "微軟正黑體","Microsoft JhengHei", "Microsoft yahei", "微软雅黑", "tahoma";}
.g-txt h2{font-size: 48px;text-align: center;margin-bottom: 25px;}
.g-txt h2:after{content:"";height: 2px;display: block;width: 130px;margin: 0 auto;margin-top: 20px;}
.g-txt p{font-size: 22px;line-height: 2;}
.g-txt-w{color: #fff;}
.g-txt-w h2:after{background: #fff;}
.g-txt-b{color: #484848;}
.g-txt-b h2{color: #000;}
.g-txt-b h2:after{background: #777;}
.g-more{display: inline-block;width: 186px;height: 42px;line-height: 36px;border: 2px solid #fff;color: #fff;font-size: 20px;border-radius: 30px;position: relative;overflow: hidden;text-align: center;}
*/
.page1 .tc{position: relative;z-index: 2;}
.g-more em{position: absolute;left:-100%;top:0;width: 100%;height: 100%;background: #f1433c;z-index: 1;border-radius:0; -o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.g-more span{position: relative;z-index: 2;color: #fff;}
.g-more:hover{border-color: #f1433c;}
.g-more:hover em{left:0;}
.g-more-b{color: #000;border-color: #000;}
.g-more-b span{color: #000;}
.g-more-b em{border-radius: 30px;background: #000;}
.g-more-b:hover span{color: #fff;}
.g-more-b:hover{border-color: #000;}

/*.section{background-repeat: no-repeat; background-position: center top;background-size: cover;}*/
.arrowDown{position: absolute; left:0;bottom:200px;width:100%;text-align: center;}/*首页第1屏【跳动型】三角形向下按钮*/
.arrowDown i{display: inline-block;width: 34px;height:20px;background: url(../images/arrow-down.png) no-repeat center top;-webkit-animation: arrowDown 1s infinite linear;cursor: pointer;}
/*第2屏跳动按钮*/
.arrowDown2{width:100%; height:auto; padding-top:100px; position:relative; z-index:680;}/*首页第2屏【跳动型】三角形向下按钮*/
.arrowDown2 i{display:inline-block;width:34px;height:20px;background:url(../images/arrow-down.png) no-repeat center top;-webkit-animation: arrowDown 1s infinite linear;cursor:pointer;}
@-webkit-keyframes arrowDown {
    0% {
        -webkit-transform: translate(0,0);
    }
    25%{
        -webkit-transform: translate(0,6px);
    }
    50% {
        -webkit-transform: translate(0,0);
    }
    75%{
        -webkit-transform: translate(0, -6px);
    }
    100% {
        -webkit-transform: translate(0,0);
    }
}

/*首页*/
.bg-video{position:absolute;left:0;top:0;right:0;bottom:0;overflow: hidden;z-index: 1;}
.bg-video video{width:100%;}
.ul-menu1{position:relative;width:990px;text-align:center; margin:0 auto;}
.ul-menu1 li{padding:0 7px;float:left;-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	/*background-color:#FF0000;*/     /*调试专用-背景色*/
}
.ul-menu1 li:hover{transform: translateY(-10px);}
.ul-menu1 li a:focus {outline-style:none; -moz-outline-style: none;}    /*取消虚线框*/

.txtBox1{padding: 105px 0;overflow: hidden;}
.ul-txt1 {text-align: center;width: 100%;}
.ul-txt1 li.li1{width: 385px;float: left;}
.ul-txt1 li.li2{display: inline-block;width: 355px;}
.ul-txt1 li.li3{width: 385px;float: right;}
.ul-txt1 li .pic{width: 155px;float: left;text-align: center;}
.ul-txt1 li .pic img{max-width: 90%;display: inline-block;}
.ul-txt1 li .txt{float: left;text-align: left;width: 185px;}
.ul-txt1 li .txt h3{font-size: 24px;color: #000;font-weight: normal;border-bottom: 1px solid #d8d8d8;padding-bottom: 5px;margin-bottom: 5px;}
.ul-txt1 li .txt h4{font-size: 18px;color: #a0a0a0;margin-bottom: 30px;}
.ul-txt1 li .txt p{font-size: 14px;line-height: 2.1;color: #686868;}

/*.scrollBox{width: 100%;height: 100%;z-index: 999;position: relative;}*/
.txtBox2{
	padding:155px 0; position: relative;
	background: url(../images/txt-bg2.jpg) no-repeat 50% 0 fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; 
	clear: both;
	overflow: hidden;
}
.slide-txt .logo{float: left;width: 255px;padding-top: 25px;}
.slide-txt .txt{color: #fff;padding-left: 255px;}
.more-btn{margin-top: -70px;position: relative;z-index: 200;}
.slide-txt  h4{font-size: 24px;font-weight: normal;margin-bottom: 20px;color: #FFF;}
.slide-txt  h4 a{color: #fff;}
.slide-txt .txt p{font-size: 14px;}
.slide-txt .btns{padding:28px 0 0 455px;}
.slide-txt .item .btns{padding-left: 0;}
.slide-txt .btns a{float: left;margin-right: 10px;}
.slide-txt .btns .more{display: inline-block;width: 184px;height: 42px;background: #f1433c;text-align: center;line-height: 42px;border-radius: 20px;color: #fff;font-size: 14px;}
.slide-txt .btns .more span{display: inline-block;padding-right: 15px;background: url(../images/arr-r2.png) no-repeat right center;}
.slide-txt .btns .prev,.slide-txt .btns .next{display: inline-block;width: 41px;height: 41px;cursor: pointer;}
.slide-txt .btns .prev{background: url(../images/jt-prev.png) no-repeat left top;}
.slide-txt .btns .next{background: url(../images/jt-next.png) no-repeat left top;}
.slide-txt .btns .prev:hover{background: url(../images/jt-prev-h.png) no-repeat left top;}
.slide-txt .btns .next:hover{background: url(../images/jt-next-h.png) no-repeat left top;}
.slide-txt .slick-arrow{display: none !important;}
.more-slider{float: left;}
.linkBox{padding: 120px 0 150px 0;background: #f6f6f6;overflow: hidden;}
.ul-link{margin:0 auto;max-width: 92%;padding-top: 45px;}
.ul-link li{width: 11.11%;float: left;margin-bottom: 19px;}
.ul-link li a{display: block;margin:0 10px;border: 1px solid #e2e2e2;height: 0;padding-top: 62.52%;position: relative;overflow: hidden;}
.ul-link li a img{position: absolute;left:0;top:0;width: 100%;height: 100%;
    /*-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity: 0.5;*/
}
.ul-link li .img2{opacity: 0;}
.ul-link li a:hover .img1{opacity: 0;}
.ul-link li a:hover .img2{opacity: 1;}
.ul-link li a:hover img{
   /* -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;*/
}
.fp-scroller{position: relative;}
.bantxt { padding: 150px 0;margin-top: 80px;color: #fff;text-align: center;background-repeat: no-repeat ;background-position: center top;background-size: cover;}
.bantxt h2{font-family: "微軟正黑體","Microsoft JhengHei", "Microsoft yahei", "微软雅黑", "tahoma";font-size: 48px;}
.bantxt p{font-size: 18px;}
/*
.caseBox{padding-bottom: 110px;}
.case-item .tit{height: 72px;line-height: 72px;margin-top: 50px;border-bottom: 1px solid #e6e6e6; margin-bottom: 40px;}
.case-item .tit h3{font-size: 30px;font-weight: normal;color: #000;font-family: "微軟正黑體","Microsoft JhengHei", "Microsoft yahei", "微软雅黑", "tahoma"; font-weight:lighter;}
.case-item .pic{text-align: center;padding-bottom: 10px;}
.case-item .txt p{font-size: 14px;color: #686868;line-height: 2.5;}
.case-item .txt a{overflow: hidden;display: inline-block;margin-top: 35px;z-index: 300;}
.more-case{display: inline-block;width: 186px;margin-left: 10px;height: 42px;line-height: 42px;color: #fff;font-size: 20px;border-radius: 30px;position: relative;overflow: hidden;text-align: center;background: #f1433c;font-size: 12px;}
.more-case:hover{color: #fff;}
.more-case span{display: inline-block;padding-right: 15px;background: url(../images/arr-r2.png) no-repeat right center;}
*/

.formBox {overflow: hidden;}
.formBox .txt{float: left;width: 50%;}
.formBox .txt p{padding-left: 65px;font-size: 14px;height: 60px;line-height: 60px;color: #fff;}
.formBox .txt .s1{background: url(../images/ico-add.png) no-repeat left center;}
.formBox .txt .s2{background: url(../images/ico-tel.png) no-repeat left center;}
.formBox .txt .s3{background: url(../images/ico-email.png) no-repeat left center;}
.formBox .form{float: right;width: 50%;}
.formBox .form p{margin-bottom: 20px;}
.formBox .form .inp{height: 49px;border: 1px solid #7c7c7c;background: none;width: 100%;padding-left: 15px;font-size: 14px;font-family:"微软雅黑","Microsoft Yahei";color: #fff;outline:none;}
.formBox .form textarea{border: 1px solid #7c7c7c;background: none;width: 100%;padding: 8px 15px;height: 165px;font-size: 14px;font-family:"微软雅黑","Microsoft Yahei";color:#fff;outline:none;}
.formBox .form .inp::-webkit-input-placeholder,.formBox .form textarea::-webkit-input-placeholder {color: #fff;}
.formBox .form .inp::-moz-placeholder,.formBox .form textarea::-moz-placeholder { color: #fff; }
.formBox .form .inp::-ms-input-placeholder,.formBox .form textarea::-ms-input-placeholder {  color: #fff;}
.formBox .form .btn{width: 100%;height: 50px;border: 1px solid #7c7c7c;background: #000;color: #fff;font-size: 14px;font-family:"微软雅黑","Microsoft Yahei";outline:none;-o-transition:.3s;
-ms-transition:.3s;
-moz-transition:.3s;
-webkit-transition:.3s;
transition:.3s;
}
.formBox .form .btn:hover{background: #f1433c;}
/*
.index .page4{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 0 50%;
    background-repeat: no-repeat;
    padding: 150px 0 0 0;overflow: hidden;
}
.index .page4 #copyright{position: static;}
.js-con{max-height: 185px;overflow: hidden;}
.js-con.showMore{max-height:99999px; }
.hide-b{height: 31px;display: block;width: 100%;background: url(../images/arrow_backtop.png) no-repeat center top;display: none;cursor: pointer;margin: 30px 0;}
*/

/*作品*/
/*
.caseBox2{padding-bottom: 68px;}
.tab-menu {padding-top: 45px;overflow: hidden;}
.tab-menu li{margin-right: 25px;float: left;}
.tab-menu li a{display: inline-block;padding: 0 3px;border-bottom: 3px solid #fff;font-size: 14px;color: #686868;height: 32px;line-height: 32px;}
.tab-menu li a:hover{color:#f1433d;}
.tab-menu li.on a{border-color: #f1433d;color: #000;}
.inner-ban{height:412px;background-repeat: no-repeat;background-position: center top;background-size: cover;line-height: 412px;text-align: center; color: #fff;}
.inner-ban h2{font-size: 48px;font-weight: normal;font-family: "微軟正黑體","Microsoft JhengHei", "Microsoft yahei", "微软雅黑", "tahoma";}
*/
/**/
.btn-see{display: inline-block;width: 186px;height: 42px;line-height: 36px;border: 2px solid #fff;color: #fff;font-size: 20px;border-radius: 30px;position: relative;overflow: hidden;text-align: center;margin-top: 50px;}
.ul-link-m{display: none;}
.section{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    overflow: hidden;
}
.page1,.index,.view{height: 100%;}
#banner,
#banner .slick-list,
#banner .slick-track{height: 100%;}
#banner .item{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    opacity: 0;
}
#banner .animated{visibility: visible !important;}
.center-table {display:table; height: 100%;width: 100%; z-index:999;}
.center-cell { display:table-cell;vertical-align:middle;text-align:center;}
#banner .slick-dots{
    position: absolute;
    bottom: 130px;
	/*left:40px;*/
    width: 100%;
    text-align: center;
}
#banner .slick-dots li{display:inline-block;margin: 0 6px;}
#banner .slick-dots a{
    cursor: pointer;
    font-size: 0;
    width: 18px;
    height: 18px;
    background-color: #edb9b6;  /*Banner切换图---默认【黑色】小圆点背景色*/
    border-radius: 50%;
    display: block;
	outline-style:none; 
	-moz-outline-style: none;
}
#banner .slick-dots a:focus {outline-style:none; -moz-outline-style: none;}    /*Banner切换图---默认【黑色】小圆点取消虚线框*/
#banner .slick-dots .slick-active a{background-color: #f1433c; outline-style:none; -moz-outline-style: none;}   /*Banner切换图---当前【橙色】小圆点背景色*/
#banner .slick-dots .slick-active a:focus {outline-style:none; -moz-outline-style: none;}     /*Banner切换图---当前【橙色】小圆点取消虚线框*/
.m-go-top{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 600;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background:rgba(241,67,60,1) url(../images/ico-top.png) no-repeat center center;
    -webkit-background-size: 20px;
    background-size: 20px;
    display: none;
}
.m-go-top-box{display: none;}
.formBox .form p{position: relative;}
.z-tip{
    position: absolute;
    left: 0px;
    top: -52px;
    color: #fff;
    background-color: #f1433c;
    white-space: nowrap;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.z-tip b{
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-color: transparent;
    border-style: solid;
    border-top-color: #f1433c;
}
.show-tip{top:-32px;visibility: visible;opacity: 1;}
/*=======================Style-index-End=========================*/
/*=======================Style-rel-Begin=========================*/
@media only screen and (min-width: 1000px) and (max-height:700px) {
    .ul-menu1{margin-top: 50px;}
    .formBox .form .inp{height: 38px;}
    .formBox .form .btn{height: 38px;}
    .formBox .form p{margin-bottom: 10px;}
    .formBox .form textarea{height: 100px;}
}
@media only screen and (max-width: 1600px) {
    .g-txt h2{font-size: 48px;}
    .g-txt h2:after{width: 100px;}
    .g-txt p{font-size: 22px;}
}
@media only screen and (max-width: 1199px) {
    .wp{width: 98%;}
    .g-txt{max-width: 96%;margin: 0 auto 20px auto;}
    .g-txt h2{font-size: 24px;}
    .g-txt h2:after{width: 80px;}
    .g-txt p{font-size: 14px;}
    .bantxt h2{font-size: 24px;margin-bottom: 10px;}
    .bantxt p{font-size: 14px;}
    .fixed{display: none;}
    #copyright{font-size: 12px;color: #999;padding: 10px;}
    .ul-menu1{margin-top: 50px;}

    /*.ul-txt1 li{display: block;width: 33.33% !important;float: left !important`;margin: 0 0 20px 0;}*/
    .ul-txt1 li .pic{width: 100%;text-align: center;height: 110px;}
    .ul-txt1 li .txt{float: none;margin: 0 auto;text-align: center;}
    .ul-txt1 li .txt h4{margin-bottom: 15px;}
    .txtBox1{padding:120px 0 50px 0;}
    .txtBox2{padding: 70px 0;overflow: hidden;}
    .slide-txt .logo{width: 100%;float: none;text-align: center;padding-top: 0;margin-bottom: 20px;}
    .slide-txt .txt{padding: 0 20px;}
    .slide-txt .txt h4{font-size: 18px;}
    .slide-txt .btns{padding-left: 0;text-align: center;}
    .more-slider{display: inline-block;*display: inline;zoom:1;float: none;}
    .slide-txt .btns a{float: none;display: inline-block;margin: 0 3px;vertical-align: top;}
    .ul-txt1 li .txt h3{font-size: 18px;}
    .ul-txt1 li .txt h4{font-size: 14px;}
    .more-btn{margin-top: 0;}
    .linkBox{padding: 50px 0;}
}

@media only screen and (max-width: 1024px) {
    .ul-menu1{display: none;}
    .formBox .form .inp{height: 38px;}
    .formBox .form .btn{height: 38px;}
    .formBox .form p{margin-bottom: 10px;}
    .formBox .form textarea{height: 100px;}
    .ul-link{max-width: 98%;}
    .ul-link li{margin-bottom: 10px;}
    .ul-link li a{margin: 0 5px;}
}

@media only screen and (max-width: 767px) {
    .txtBox2{background-attachment: scroll;}
    .g-txt p{line-height: 2.5; }
    .g-txt p span {display: inline-block;}
    .arrowDown{bottom:20px;}
    #hd{height: 50px;line-height: 50px;}
    #hd .logo{padding-left: 15px;}
    #hd .logo img{max-height: 20px;}
    .menu-m{display: block;}
    .view{
		-o-transition:.3s;
		-ms-transition:.3s;
		-moz-transition:.3s;
		-webkit-transition:.3s;
		transition:.3s;
	}
    .view.view-ani{transform: translateX(-250px);-webkit-transform: translateX(-250px);}
    /*
	#hd{
		-o-transition:.3s;
		-ms-transition:.3s;
		-moz-transition:.3s;
		-webkit-transition:.3s;
		transition:.3s;
	}
    #hd.hd-ani{transform: translateX(-250px);-webkit-transform: translateX(-250px);}
    #hd .nav ul{display: none;}
    .nav-m{display: block;position: fixed;transform: translateX(250px);-webkit-transform: translateX(250px);width: 250px;right:0;top:0;height: 100%;padding: 11px 0;background: #111;
	-o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
	}
    .nav-m.on{transform: translateX(0);-webkit-transform: translateX(0);}
    .nav-m li{height:40px;line-height: 40px;padding: 0 40px;}
    .nav-m li a{display: block;color: #fff;font-size: 16px;background: url(../images/menu-arr.png) no-repeat right center;}
    .tab-menu{text-align: center;}
    .tab-menu ul{display: inline-block;*display: inline;zoom:1;}
    .tab-menu li{margin: 0 10px;display: inline-block;}
    .case-item .tit{margin-top: 30px;}
    .case-item .tit h3{text-align: center;}
    .inner-ban{height: 280px;line-height: 280px;}
    .inner-ban h2{font-size: 24px;}
    .case-item .tit h3{font-size: 20px;}
    .case-item .txt a{display: block;margin:20px auto 0 auto;}
    */
	.page{text-align: center;padding-bottom: 50px;}
    .page ul{display: inline-block;*display: inline;zoom:1;}
    .page li{margin: 0 2px;}
    .page li a{height: 30px;line-height: 30px;width: 30px;font-size: 14px;}
    .page li.prev a, .page li.next a{width: 30px;}
    .page li.prev span{padding-left: 0;font-size: 0;float: left;width: 100%;height: 100%;display: block;background-position: center center;background-size: auto 14px;}
    .page li.next span{padding-left: 0;font-size: 0;float: left;width: 100%;height: 100%;display: block;background-position: center center;background-size: auto 14px;}
    .txtBox1{padding-bottom: 20px;padding-top: 60px;}
    /*.ul-txt1 li{width: 100% !important;margin-bottom: 30px !important;}*/
    .ul-txt1 .slick-dots{text-align: center;padding: 10px 0 20px 0;}
    .ul-txt1 .slick-dots li{display: inline-block;margin: 0 5px; width:auto;float: none;}
    .ul-txt1 .slick-dots li button{font-size: 0;line-height: 0;background: #999;width: 14px;height: 14px;border-radius: 50%;padding: 0;outline:none;border: 0;}
    .ul-txt1 .slick-dots li.slick-active button{background: #f1433c;}
    .slide-txt  h4{font-size: 20px;line-height: 1.8;font-weight: bold;margin-top: 30px;padding-left: 0;padding-right: 20px;padding-left: 20px;}
    .slide-txt .txt p{line-height: 2.5;}
    .txtBox2{padding-top: 40px;}
    .case-item .tit{line-height: 2;height: auto;}
    .index .page4{padding-top: 60px;}
    .formBox .txt{width: 100%;float: none;overflow: hidden;margin-bottom: 20px;}
    .formBox .txt p{padding:7px 0 7px 30px; height:auto;line-height: 20px;background-size: auto 20px !important;}
    .formBox .txt .s3{background-size: auto 14px !important;}
    .formBox .form{width: 100%;float: none;}
    .formBox{padding-bottom: 50px;}
    .ul-link-pc{display: none;}
    .ul-link-m{display: block;}
    .ul-link-m .slick-slide li{width: 33.33%;}
    .ul-link-m .slick-dots{text-align: center;}
    .ul-link-m .slick-dots li{display: inline-block;margin: 0 5px; width:auto;float: none;}
    .ul-link-m .slick-dots li button{font-size: 0;line-height: 0;background: #999;width: 14px;height: 14px;border-radius: 50%;padding: 0;outline:none;border: 0;}
    .ul-link-m .slick-dots li.slick-active button{background: #f1433c;}
    .case-item .txt{padding: 0 10px;}
    .bantxt{padding: 80px 0;margin-top: 50px;}
    .m-go-top-box{display: block ;}
}

@media only screen and (max-width: 350px) {
    .g-txt{margin-bottom: 10px;}
    .g-txt h2{font-size: 20px;margin-bottom: 10px;}
    .g-txt h2:after{margin-top: 10px;}
    .formBox .txt{margin-bottom: 10px;}
    .formBox .form .inp{height: 25px;font-size: 12px;}
    .formBox .form textarea{height: 70px;font-size: 12px;}
    .formBox .form .btn{height: 25px;}
    .formBox .txt p{font-size: 12px;}
}
/*=======================Style-rel-End=========================*/
